home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3877 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  675 b 

  1. Path: newspost1.alt.net!usenet
  2. From: howard@vvm.com (Jon Howard)
  3. Newsgroups: comp.lang.c++
  4. Subject: How do I combine C and C++ code into a simple VC++ project?
  5. Date: Fri, 26 Jan 1996 17:00:02 GMT
  6. Organization: AltNet - Affordable Usenet Access - http://www.alt.net
  7. Message-ID: <3103c586.6183786@news.alt.net>
  8. X-Newsreader: Forte Agent .99c/16.141
  9.  
  10. I have a project where the majority of the code is C, but I want to
  11. call some functions written in C++ (that are sitting in a different
  12. file). They all compile great, but at link time the compiler can't
  13. seem to find the C++ function. Is this type of mixing not allowed? I'm
  14. using Visual C++ 1.5 on Win 3.1.
  15.  
  16. Thanks,
  17. Jon Howard
  18.